home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0711.dms / q0711.adf / Graphics / 3D / 3D.c < prev    next >
Text File  |  1992-07-29  |  4KB  |  85 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: 3D Graphics                 Tulevagen 22       */
  8. /* File:    3D.c                        181 41  LIDINGO    */
  9. /* Author:  Mats & Anders Bjerin        SWEDEN             */
  10. /* Date:    92-04-28                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* These routines were written by Mats Bjerin, my honourable  */
  21. /* brother.                                                   */
  22. /*                                                            */
  23. /* All function use long integers to represent floating point */
  24. /* values. This is to improve the speed of execution. If you  */
  25. /* are a skilled assembler programmer you can rewrite some of */
  26. /* the functions to make them run faster. A lot of small      */
  27. /* functions are used for clarity but this also slows down    */
  28. /* execution.                                                 */
  29.  
  30. I am sorry but this file is only available for registered
  31. members. 
  32.  
  33. The registration fee is only £30, $60, SEK 300, or similar
  34. amount in your own currency (price includes everything). The
  35. Amiga C Encyclopedia is the largest collection of documents,
  36. examples and utilities in C for the Amiga and it is still among
  37. the cheapest manuals. But this is not all, a registered owner
  38. will also get:
  39.  
  40.   1. Two disks containing the last parts of the encyclopedia.
  41.      The disks will be sent by first class air mail.
  42.  
  43.   2. Registration card for the Amiga C Club (ACC).
  44.  
  45.   3. Immediate information about updates.
  46.  
  47.   4. Updated versions of the encyclopedia for only the cost of
  48.      disks plus postage and packing.
  49.  
  50.   5. Assistance with digitizing colour pictures and sampling
  51.      sound effects.
  52.  
  53.   6. Unlimited help with your C programs. You never have to be
  54.      alone with your problems.
  55.  
  56.   7. The right to use parts of the manual in your own
  57.      commercial/non-commercial programs/articles.
  58.  
  59. Can any other manual give you all this???
  60.  
  61. The simplest way of paying is to include the money in a letter
  62. in cash. US dollar bills, English pounds or Swedish SEK are
  63. preferred, but all currencies are accepted. You can also send
  64. the money as a "Postal Money Order", ask your local bank or
  65. post office. Please do not use cheques. It is sadly extremely
  66. expensive to cash a foreign cheque here in Sweden.
  67.  
  68. If you live in Scandinavia you can send the money to "Svenska
  69. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  70. mottagare: Datra".
  71.  
  72. Please send the registration fee together with your complete
  73. address to:
  74.  
  75.   Datra, Amiga C Club
  76.   Anders Bjeri
  77.   Tulevagen 22
  78.   181 41  LIDINGO
  79.   SWEDEN
  80.  
  81. I have worked for more than four years now with this
  82. encyclopedia, and with your help I can continue to improve it.
  83.  
  84. Happy programming!!!
  85.